home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power Game Pak 2
/
Power Game Pak volume 2.iso
/
wc4demo
/
setup.bat
< prev
next >
Wrap
DOS Batch File
|
1995-10-26
|
535b
|
15 lines
@echo Creating C:\WC4...
@md c:\wc4 > NUL
@echo Installing VIDEO patch...
@copy video.dll c:\wc4demo > NUL
@echo\
@echo NOTE : You must change your save game directory to whatever
@echo directory you have the demo in on your hard drive. For example,
@echo if you have the WC4DEMO files in C:\GAMES\WC4DEMO, in the
@echo install program, please change your save game directory to
@echo "C:\GAMES\WC4DEMO\". Oh, and one more thing... Have fun! -ALS
@echo\
@pause
@echo Running WC4DEMO Install...
@wc4demo -i %1 %2 %3 %4 %5